Monokai Extended
Extends Monokai from Soda with additional syntax highlighting for Markdown, LESS, HTML, Handlebars and more.
Details
Installs
- Total 156K
- Win 79K
- Mac 51K
- Linux 27K
Jan 18 | Jan 17 | Jan 16 | Jan 15 | Jan 14 | Jan 13 | Jan 12 | Jan 11 | Jan 10 | Jan 9 | Jan 8 | Jan 7 | Jan 6 | Jan 5 | Jan 4 | Jan 3 | Jan 2 | Jan 1 | Dec 31 | Dec 30 | Dec 29 | Dec 28 | Dec 27 | Dec 26 | Dec 25 | Dec 24 | Dec 23 | Dec 22 | Dec 21 | Dec 20 | Dec 19 | Dec 18 | Dec 17 | Dec 16 | Dec 15 | Dec 14 | Dec 13 | Dec 12 | Dec 11 | Dec 10 | Dec 9 | Dec 8 | Dec 7 | Dec 6 | Dec 5 | Dec 4 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 2 | 3 | 3 | 4 | 2 | 1 | 2 | 2 | 6 | 4 | 6 | 2 | 2 | 4 | 1 | 5 | 0 | 0 | 0 | 5 | 2 | 0 | 1 | 1 | 3 | 1 | 3 | 1 | 0 | 3 | 3 | 2 | 3 | 2 | 0 | 0 | 5 | 5 | 4 | 6 | 2 | 3 | 4 | 4 | 3 |
Mac | 1 | 0 | 0 | 1 | 2 | 3 | 0 | 1 | 0 | 3 | 4 | 4 | 4 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 1 | 3 | 1 | 2 | 2 | 2 | 3 | 1 | 2 | 3 | 1 | 1 | 6 | 0 | 0 | 0 | 0 | 0 | 1 | 2 | 0 | 1 | 1 | 2 | 2 |
Linux | 0 | 0 | 1 | 1 | 0 | 2 | 0 | 0 | 1 | 3 | 0 | 0 | 0 | 0 | 1 | 1 | 1 | 1 | 2 | 3 | 1 | 0 | 3 | 1 | 0 | 0 | 0 | 1 | 0 | 1 | 2 | 0 | 4 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 2 | 2 | 0 | 1 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
sublime-monokai-extended
(Companion to sublime-markdown-extended)
Extends Soda Monokai with:
- Additional syntax highlighting for markdown, LESS, coffee, diffs, and handlebars and more!
- Improved syntax highlighting for regular expressions, HTML, LESS, CSS, JavaScript and more!
See: examples ↓ | before and after screenshots
Getting Started
1. Installation
Package Control
If you already have Package Control installed in Sublime Text:
- Select “Install Package” from the Command Palette: Ctrl+Shift+P on Windows and Linux or ⇧⌘P on OS X)
- Search for “Monokai Extended” and click enter.
Manual Installation
Go to Preferences -> Browse Packages
, and then either download and unzip this plugin into that directory, or:
git clone https://github.com/jonschlinkert/sublime-monokai-extended.git "sublime-monokai-extended"
2. Switch Themes
Open a Markdown file in Sublime Text and make sure that syntax highlighting is set to Markdown Extended (not Markdown) View -> Syntax -> Markdown Extended
.
Then go to Preferences -> Color Scheme -> Monokai Extended
and pick a theme.
Monokai Enhancements
Adds scopes, support and/or improves styling for:
- GitGutter
Makefile
HTML: Doctype/XML Processing
HTML: Comment Block
HTML: Script
HTML: Style
HTML: Text
HTML: Attribute punctuation
HTML: Attributes
HTML: Quotation Marks
HTML: Tag
HTML: style
HTML: Styles
HTML: {}
HTML: Tags punctuation
Handlebars: Variable
(To highlight Handlebars, install the Handlebars language package for Sublime Text)Handlebars: Constant
CSS: Selector
CSS: Tag Name
CSS: @import
CSS: @at-rule
CSS: #Id
CSS: .class
CSS: Property Name
CSS: Property Value
CSS: Standard Value
CSS: Additional Constants
CSS: Numeric Value
CSS: Constructor Argument
CSS: !Important
CSS: {}
CSS: Tag Punctuation
CSS: : ,
CSS :pseudo
LESS: variables
LESS: mixins
LESS: extend
js: function name
js: storage type
js: source
js: function
js: numeric constant
js: literal language variable
(When using babel-sublime)js: []
js: ()
js: {}
JSON string
CoffeeScript: #{}
diff.range
markdown: plain
(Also install sublime-markdown-extended for additional features.)markdown: raw inline
markdown: linebreak
markdown: heading
markdown: italic
markdown: bold
markdown: underline
markdown: blockquote
markdown: quote
markdown: link
markdown: raw block
markdown: fenced code block
markdown: fenced language
markdown: raw block fenced
markdown: list items punctuation
markdown: separator
markdown: table
Examples
Markdown
CSS
The following improvements apply to both CSS and LESS.
CSS Before
Spot the #ids at a glance?
CSS After
How about now?
Authors
Jon Schlinkert
Alexander Krivoshhekov
License
Copyright © 2013-2016, Jon Schlinkert. Released under the MIT license.